feat(agentbbs): AgentBBS connector plugin - #131
Merged
Conversation
Declares the AgentBBS capability surface (chat, pods, arcade, ascii-live, finger) as @logicsrc/plugin-agentbbs and registers it in the CLI registry and CommandBoard API. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
ThreatCrush Security Scan59 finding(s) HIGH/CRITICAL: 31 | MEDIUM: 28
…and 9 more. Full results in the Security tab. Snippets are redacted; ThreatCrush never prints matched credential material. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rescues
6d6c170from the stalefeat/plugin-agentbbsbranch, which had fallen ~45k lines behindmaster. The plugin source is preserved byte-identical; only the registration wiring was adapted to currentmaster.What it does
Declares the AgentBBS capability surface (chat, pods, arcade, ascii-live, finger) as
@logicsrc/plugin-agentbbsand registers it in the CLI registry and CommandBoard API.Conflict resolution — please review
The original commit predated most of
master, so it tried to replace plugin lists rather than extend them. Taking its side verbatim would have silently droppedcredentialSharingPluginfrom the CLI registry andagentMailPluginfrom the CommandBoard API. Master's side was kept everywhere and AgentBBS added alongside:packages/cli/src/registry.ts— appendedagentBbsPluginapps/commandboard-api/src/index.ts— import + appended to registryapps/commandboard-api/src/contract.test.ts— expected plugin-id listpackages/cli/package.json,apps/commandboard-api/package.json— dependency entriespackage-lock.json— regeneratedpackage.json— added to thebuildandbuild:clichains (the latter is newly required, since the CLI now depends on the plugin)Verification
@logicsrc/plugin-agentbbs: 1 test —@logicsrc/cli: 47 —@logicsrc/commandboard-api: 20 (including the contract test edited here)The original branch has been deleted now that this commit is preserved here.
🤖 Generated with Claude Code